﻿2026-07-23T09:37:15.2319180Z ##[group]Run actions/checkout@v5
2026-07-23T09:37:15.2319591Z with:
2026-07-23T09:37:15.2319857Z   repository: BigscreenVR/spt-bs-core
2026-07-23T09:37:15.2321971Z   token: ***
2026-07-23T09:37:15.2322210Z   ssh-strict: true
2026-07-23T09:37:15.2322429Z   ssh-user: git
2026-07-23T09:37:15.2322653Z   persist-credentials: true
2026-07-23T09:37:15.2322906Z   clean: true
2026-07-23T09:37:15.2323136Z   sparse-checkout-cone-mode: true
2026-07-23T09:37:15.2323432Z   fetch-depth: 1
2026-07-23T09:37:15.2323648Z   fetch-tags: false
2026-07-23T09:37:15.2323956Z   show-progress: true
2026-07-23T09:37:15.2324191Z   lfs: false
2026-07-23T09:37:15.2324410Z   submodules: false
2026-07-23T09:37:15.2324716Z   set-safe-directory: true
2026-07-23T09:37:15.2325006Z   allow-unsafe-pr-checkout: false
2026-07-23T09:37:15.2325267Z env:
2026-07-23T09:37:15.2325492Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-23T09:37:15.2325773Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-23T09:37:15.2326121Z ##[endgroup]
2026-07-23T09:37:15.3106663Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T09:37:15.3108007Z ##[group]Getting Git version info
2026-07-23T09:37:15.3108461Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T09:37:15.3109214Z [command]/usr/bin/git version
2026-07-23T09:37:15.3132825Z git version 2.43.0
2026-07-23T09:37:15.3150339Z ##[endgroup]
2026-07-23T09:37:15.3162334Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/26f86a2d-42b9-4a93-837c-67cdbb60262e' before making global git config changes
2026-07-23T09:37:15.3166006Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T09:37:15.3166687Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T09:37:15.3200704Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T09:37:15.3219478Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:37:15.3229295Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T09:37:15.3232136Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T09:37:15.3250647Z refs/heads/main
2026-07-23T09:37:15.3257084Z [command]/usr/bin/git checkout --detach
2026-07-23T09:37:15.3306072Z HEAD is now at 2342fd63 Merge pull request #66 from BigscreenVR/build/daemon-lifecycle-w2
2026-07-23T09:37:15.3342869Z [command]/usr/bin/git branch --delete --force main
2026-07-23T09:37:15.3369485Z Deleted branch main (was 2342fd63).
2026-07-23T09:37:15.3434311Z ##[endgroup]
2026-07-23T09:37:15.3437878Z [command]/usr/bin/git submodule status
2026-07-23T09:37:15.3627291Z ##[group]Cleaning the repository
2026-07-23T09:37:15.3630008Z [command]/usr/bin/git clean -ffdx
2026-07-23T09:37:16.1847925Z Removing target/
2026-07-23T09:37:16.1858180Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T09:37:16.1912810Z HEAD is now at 2342fd63 Merge pull request #66 from BigscreenVR/build/daemon-lifecycle-w2
2026-07-23T09:37:16.1917859Z ##[endgroup]
2026-07-23T09:37:16.1919962Z ##[group]Disabling automatic garbage collection
2026-07-23T09:37:16.1923236Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T09:37:16.1949179Z ##[endgroup]
2026-07-23T09:37:16.1949730Z ##[group]Setting up auth
2026-07-23T09:37:16.1954258Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T09:37:16.1977383Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T09:37:16.2172395Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T09:37:16.2200781Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T09:37:16.2388642Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T09:37:16.2425764Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T09:37:16.2636466Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T09:37:16.2666649Z ##[endgroup]
2026-07-23T09:37:16.2667187Z ##[group]Fetching the repository
2026-07-23T09:37:16.2673081Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2342fd631f1feabcbd4405eac49da2e5c31beee5:refs/remotes/origin/main
2026-07-23T09:37:16.8351545Z ##[endgroup]
2026-07-23T09:37:16.8353146Z ##[group]Determining the checkout info
2026-07-23T09:37:16.8353977Z ##[endgroup]
2026-07-23T09:37:16.8357747Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T09:37:16.8398186Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T09:37:16.8422394Z ##[group]Checking out the ref
2026-07-23T09:37:16.8425578Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T09:37:16.8478603Z Switched to a new branch 'main'
2026-07-23T09:37:16.8479224Z branch 'main' set up to track 'origin/main'.
2026-07-23T09:37:16.8483830Z ##[endgroup]
2026-07-23T09:37:16.8519035Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T09:37:16.8542007Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
